tools/util-linux: fix libuuid linking
authorRosen Penev <[email protected]>
Tue, 29 Jul 2025 19:46:00 +0000 (12:46 -0700)
committerRobert Marko <[email protected]>
Tue, 29 Jul 2025 20:00:44 +0000 (22:00 +0200)
commit4fd61171294dd5b5897152234ddeeb2380877653
treeb7459650ef3b92091eafffe90fbc514da28f03ed
parentb0650c50c8f040cf3f94af0f9b07e65c14f36045
tools/util-linux: fix libuuid linking

The pkgconfig file that autotools uses is wrong for static libraries.
meson does the right thing but for static libraries, .private entries
need to move to non .private.

Fixes compilation with at least mtd-utils.

Signed-off-by: Rosen Penev <[email protected]>
Link: https://github.com/openwrt/openwrt/pull/19597
Signed-off-by: Robert Marko <[email protected]>
tools/util-linux/patches/110-move-libpthread-to-libs.patch [new file with mode: 0644]